projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4044f85
)
(compilation-error-regexp-alist): Fix regexp to match
author
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Dec 1998 03:06:46 +0000
(
03:06
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 14 Dec 1998 03:06:46 +0000
(
03:06
+0000)
"ChangeLog:1:1998-12-09 ..."
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 0be2b759bf9d920fbe03a11444c537d7af373d51..74ee72dc4596b2f1a276e9ef8733a6e607439e9f 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-157,7
+157,7
@@
or when it is used with \\[next-error] or \\[compile-goto-error].")
;; paren, because otherwise this matches just about anything
;; containing a number with spaces around it.
("\\([-a-zA-Z._]+: ?\\)?\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)\
-\\([) \t]\\|:\\(
[^0-9\n]\\|\\([0-9]+:\\)
\\)\\)" 2 3 6)
+\\([) \t]\\|:\\(
\\([0-9]+:\\)\\|[0-9]*[^:0-9]
\\)\\)" 2 3 6)
;; Microsoft C/C++:
;; keyboard.c(537) : warning C4005: 'min' : macro redefinition